home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global playMode, loadNext, subPageWait
- startTimer()
- if (playMode = "64KMemOK") or (playMode = "PPCMemOK") then
- if loadNext = 0 then
- nothing()
- else
- if loadNext = 1 then
- unLoadCast()
- preLoad(preLoad, label("layout2"), label("layout2") + 16)
- end if
- end if
- wait(subPageWait - the timer)
- go(#next)
- else
- unLoadCast()
- preLoad(label("layout2") + 16, label("layout2") + 16)
- puppetTransition(23, 1, 1)
- go(marker("layout2") + 16)
- end if
- end
-